home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d26 / drawsome.arc / DRAWSOME.DOC next >
Text File  |  1991-03-30  |  9KB  |  215 lines

  1.  
  2.  
  3. This is the documentation for DRAWSOME.EXE  (c)1991 by AssistWare
  4.  
  5. DESCRIPTION:
  6.  
  7. This program draws lines with a hand as the hand is moved with
  8. the arrow-keys or with the mouse.  The line color is selected
  9. by pressing the following keys or by clicking the mouse or
  10. pressing the space bar.
  11.  
  12. For EGA & VGA monitors, hitting the G makes the line green.
  13.                                     B makes the line blue.
  14.                                     R makes the line red.
  15.                                     Y makes the line yellow.
  16.                                     W makes the line white.
  17.  
  18. For CGA monitors, hitting the Y makes the line yellow.
  19.                               G makes the line green.
  20.                               R makes the line red.
  21.  
  22. Pressing Z causes no line to be draw until a mouse button is
  23. clicked or one of the above keys is pressed.
  24.  
  25. Pressing the ENTER key will clear the screen.
  26.  
  27. The program also draws a different flower when F-key 1 thru
  28. F-key 10 is pressed.
  29.  
  30. The program will also draw circles, triangles and squares and
  31. combinations of circles, triangles and squares when the numbers
  32. 1 thru 9 are pressed.
  33.  
  34. Hitting qu (short for quit) stops the program.....
  35.  
  36. Don't forget or you will have to CTL-ALT-DEL to get out.
  37.  
  38. =================================================================
  39.  
  40. STARTING THE PROGRAM:
  41.  
  42. Invocation parameters:  (i.e.  DRAWSOME parameter)
  43.  
  44. If no parameter is used the program tries to determine which
  45. monitor your computer has and then writes directly to the video
  46. card RAM.  Writing directly to the video card RAM only works if
  47. your system's video hardware is identical to IBM display adapters.
  48. (Writing directly to the video card RAM causes the program to move
  49. the hand more smoothly.)
  50.  
  51. > I suggest that you try starting the program with no parameters,
  52. > i.e. DRAWSOME    and see if it works, only using the following
  53. > parameters if needed.
  54.  
  55. The following table shows the valid parameters.  You may wish to
  56. use these if the program is unable to determine which monitor
  57. your computer has.
  58.  
  59.                           | write directly |     use DOS
  60.          Monitor          |  to video card | video interface
  61.  -------------------------+----------------+-----------------
  62.     CGA                   |      30        |       130
  63.     VGA                   |      50        |       150
  64.     EGA (high resolution) |      80        |       180
  65.     Let program decide    |                |       120
  66.  
  67. Examples: - Invoke program for a CGA monitor writing directly to
  68.             the video card:  drawsome 30
  69.           - Invoke program and let program decide the best choice
  70.             and use the DOS video interface:  drawsome 120
  71.           - Invoke program and let program decide the best choice
  72.             and write directly to the video card:  drawsome
  73.  
  74. =================================================================
  75.  
  76. OTHER CONSIDERATIONS:
  77.  
  78. - If your monitor is set to 40 column mode, set it to 80 column
  79.   color mode before the program is started:
  80.   (use the DOS command:  MODE CO80).
  81.  
  82. - To allow a small child to continuously hold a key down and
  83.   the program run without overflowing the keyboard buffer, the
  84.   program discards all keys which are in the keyboard buffer
  85.   while the program is drawing a line or flower.  For
  86.   slow machines this has the following implication:
  87.      The processor may not be fast enough to discard all of the
  88.      extra keys and draw the line or flower at the same time. If
  89.      this occurs, you will hear the high-pitched beep that indicates
  90.      the keyboard buffer has overflown.  Just take your hand off
  91.      of the key for an instant and the program will have time to
  92.      discard the keys in the buffer and draw the line or flower.
  93.      This problem does not occur with faster machines.
  94.  
  95. - If you have a CGA monitor, the program can only draw lines and
  96.   flowers in 3 different colors.  This restriction is due the way
  97.   Turbo C and the CGA video card work together.
  98.  
  99. =================================================================
  100.  
  101. ERRORS:
  102.  
  103. If the program had an error and could not continue, try the
  104. following:
  105.  
  106. 1. Run the program again, invoking it with a parameter.
  107.    A list of invocation parameters are given by invoking the
  108.    program with a ?.
  109.    - for example:  drawsome ?     (The list is also given above.)
  110.    Then pick the parameter that appears to best fit your
  111.    computer's monitor.
  112.  
  113. 2. If you are a registered user, send the following information
  114.    to:  AssistWare, 1505 Sedwick Rd., Durham, NC  27713
  115.    a. The type of computer you have.
  116.    b. The type of monitor you have.
  117.    c. The DOS version you are using.
  118.    d. The program version.
  119.    e. The program error number and a description of your problem.
  120.  
  121.    We will make a good-faith effort to fix your problem.
  122.  
  123. =================================================================
  124.  
  125. MY CHILD'S EXPERIENCE:
  126.  
  127. This program was written for my son, Charles, who wanted to work
  128. on the computer (hit on the keyboard and move the mouse), because
  129. he saw his parents doing this. However, he was too young mentally
  130. and did not have the fine motor skills necessary for programs that
  131. show A when "a" is hit, etc.  He just wanted to push the keys or
  132. move the mouse and see something happen.  He likes drawing flowers
  133. and making lines when the mouse is moved.   I also wanted him to
  134. become familiar with a mouse and how it worked.  This program was
  135. conceived to give him a way to hit some keys and see something
  136. happen and also to learn mouse operations.
  137. He learned surprisingly quickly (and remembered) where the arrow
  138. keys are located, where the keys that made the color of line change
  139. and how the mouse worked (including the buttons). This program has
  140. been a very positive experience for Charles; I hope you find that
  141. to be true for your child as well.  (Charles even named the program
  142. DrawSome....by asking "Can I draw some on the 'puter?")
  143.  
  144. =================================================================
  145.  
  146. PACKAGE CONTENTS:
  147.  
  148. This package contains 3 files: DRAWSOME.EXE -- the program.
  149.                                DRAWSOME.DOC -- this file.
  150.                                DRAWSOME.REG -- the registration form.
  151.  
  152. ==================================================================
  153.  
  154. Association of Shareware Professionals - Ombudsman Statement
  155.  
  156.   This program is produced by a member of the Association
  157.   of Shareware Professionals (ASP).  ASP wants to make sure
  158.   that the shareware principle works for you. If you are
  159.   unable to resolve a shareware-related problem with an ASP
  160.   member by contacting the member directly, ASP may be able
  161.   to help. The ASP Ombudsman can help you resolve a dispute
  162.   or problem with an ASP member, but does not provide
  163.   technical support for members' products. Please write to
  164.   the ASP Ombudsman at 545 Grover Road, Muskegon, MI 49442-9427
  165.   or send a CompuServe message via CompuServe Mail to ASP
  166.   Ombudsman 70007,3536."
  167.  
  168. ==================================================================
  169.  
  170. WARRANTY:
  171.  
  172. Users of Drawsome must accept this disclaimer of warranty:
  173.  
  174. Drawsome is supplied as is.  The author disclaims all warranties,
  175. expressed or implied, including, without limitation, the
  176. warranties of merchantability and fitness for any purpose.  The
  177. author assumes no liability for damage, direct or consequential,
  178. which may result from the use of Drawsome.
  179.  
  180. ==================================================================
  181.  
  182. DISTRIBUTION OF PROGRAM:
  183.  
  184. You can give a copy of this program to anyone who wants it.  Please
  185. encourage them to register if they find the program useful.
  186.  
  187. ==================================================================
  188.  
  189. REGISTRATION PROCESS AND FEE:
  190.  
  191. I hope your child is enjoying the "DRAWSOME" program.  My two-and
  192. half year old son, Charles, has a great time with it, and asks to
  193. "work on the 'puter" frequently in order to draw lines and shapes
  194. and make flowers.
  195.  
  196. My husband and I are honest people; I trust that you are as well.
  197. If you find this program valuable and your child enjoys it,
  198. please send $8.00 (check or money order) to:  Patti B. Lingafelt
  199.                                               1505 Sedwick Rd.
  200.                                               Durham, NC  27713
  201. Please use the registration form included with this program
  202. (drawsome.reg).  Just print it and mail it in.
  203.  
  204. I will then register you as a user, entitling you to future
  205. upgrades, technical support and information about other programs
  206. for your child.
  207.  
  208.  
  209. Thank you.
  210.  
  211. Patti B. Lingafelt
  212. 1505 Sedwick Rd.
  213. Durham, NC  27713
  214. 919-544-5567
  215.